home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_225_evalboolean.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  230 b   |  7 lines

  1. function EvalBoolean(b1 : boolean[; op : symbol; b2 : boolean...]) : boolean;
  2.  
  3. Evaluates the boolean expression.  Operation symbols are & (AND) and | (OR).
  4.  
  5. Example:  resultBoolean:=EvalBoolean(b,&,a,|,c);
  6.  
  7. Also see:  EvalNumber